ComponentOne DataGrid for WPF and Silverlight
Select(IEnumerable<DataGridCellsRange>,Boolean,DataGridCell,Object) Method

C1.Silverlight.DataGrid Namespace > DataGridSelectionManager Class > Select Method : Select(IEnumerable<DataGridCellsRange>,Boolean,DataGridCell,Object) Method
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal ranges As System.Collections.Generic.IEnumerable(Of DataGridCellsRange), _
   ByVal selectVisibleCells As System.Boolean, _
   ByVal preferedCell As DataGridCell, _
   ByVal latestSelectedObject As System.Object _
) 
public void Select( 
   System.Collections.Generic.IEnumerable<DataGridCellsRange> ranges,
   System.bool selectVisibleCells,
   DataGridCell preferedCell,
   System.object latestSelectedObject
)

Parameters

ranges
selectVisibleCells
preferedCell
latestSelectedObject
See Also

Reference

DataGridSelectionManager Class
DataGridSelectionManager Members
Overload List